header .header-top {
	height: 60px;
	background-color: #428bca;
}

nav.navbar {
	border-bottom: 6px solid #ece5dc !important;
	background-color: #f0e7e0 !important;
	/* padding-bottom: 2px; */
}


body {
	background-color: #f7f7f7;
}

p#knowmore {
	text-align: right;
}

p#knowmore a {
	background-color: #428bca;
}

p#knowmore a:hover {
	background-color: #a62828;
}

p.countp {
	font-size: 16px;
	font-family: 'å¾®è½¯é›…é»‘';
	margin-left: 50px;
	margin-right: 50px;
}

span#count {
	color: #428bca;
	font-weight: bold;
}

strong#movname {
	/* color: #05AEC7; */
	display: block;
	/*åªæœ‰å—å…ƒç´ å’Œè¡Œå†…å—å…ƒç´ æ‰èƒ½è®¾ç½®éšè—*/
	white-space: nowrap;
	/*è®¾ç½®ä¸æ¢è¡Œ*/
	overflow: hidden;
	/*è®¾ç½®éšè—*/
	text-overflow: ellipsis;
	/*è®¾ç½®éšè—éƒ¨åˆ†ä¸ºçœç•¥å·*/
	width: 90%;
	margin-top: 0px;

}

li.selected {
	background-color: #d5d5d5 !important;
	/* color: #3884c3 !important; */
}

.products-leul li:not(:first-child):hover {
	/*é€‰æ‹©é™¤äº†ç¬¬ä¸€ä¸ª(æ ‡é¢˜)ä»¥å¤–çš„å­©å­*/
	background-color: #eeeeee;
	transition: all 0.45s;
}

li.selected>a {
	color: #428bca !important;
}

.products-leul a:hover {
	color: #428bca !important;
}

/* li#ç¬¬ä¸€æ‰¹>a{
	font-size: 20px !important;
} */
button#provinceselect {
	width: 100%;
}

button#cityselect {
	width: 100%;
}

button#countyselect {
	width: 100%;
}

ul.dropdown-menu {
	width: 100%;
	max-height: 250px;
	overflow-y: scroll;
}

@media (max-width: 720px) {
	ul.dropdown-menu {
		max-height: 200px;
	}
}

nav.turnpage {
	text-align: center;
}

.dropdown {
	margin-top: 15px;
	margin-bottom: 15px;
}

span#tittle {
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: bold;
}

.products-yemian .products-leul {
	background: white;
	box-shadow: 5px 5px 6px -2px #cccccc;
}

.itemdiv {
	margin-bottom: 20px;
}

.itemcontainer {
	background-color: white;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px lightgray solid;
	border-radius: 5px;
}

.itemcontainer:hover {
	box-shadow: 5px 5px 6px -2px #cccccc;
	transition: all 0.6s;

}


.imgcontainer {
	margin: 10px;
	overflow: hidden;
}

p.level {
	color: darkgray;
}

h2.default {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 15px auto;
	font-family: "å¾®è½¯é›…é»‘";
	color: grey;
}

button.btn.btn-primary {
	/* position: absolute;
    left: 18px; */
	height: 33px;
	margin-left: 15px;
}

/* åˆ—è¡¨æ ¼å¼çš„css */
.listitem {
	width: 96%;
	/* background-color: #ddd; */
	margin: 0px auto;
	border-bottom: 1.5px #ccc solid;
	padding: 10px 2px;
	display: flex;

}

.listitem .listimg {
	display: inline-block;
}

.listitem img {
	/* display: inline; */
	height: 120px;
	width: 150px;
}

.listitem .listmusname {
	display: inline-block;
}

.listitem .listmusname a {

	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	margin-bottom: 10px;

}

.listitem .listmusname a:hover {
	color: #428bca;
}

.listitem .listmusname p {
	margin: 0;
	margin-top: 6px;
}

.listitem .introduction {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-left: 2px;
}

.listitem .introduction .column2 {
	width: 100%;
	justify-content: space-between;
}

.listitem .introduction .column2 p {
	color: grey;
}

ul.nav-tabs li.active a {
	color: #428bca;
}


p.countp p {
	text-align: center;
}
